From c5029cc2dbcc074984b4474085fac03e3bc2e4f5 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 5 Sep 2008 11:43:49 +0000 Subject: Make export target useful svn path=/trunk/libcss/; revision=5254 --- build/Makefile.common | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'build') diff --git a/build/Makefile.common b/build/Makefile.common index 2e320e6..fbcedb4 100644 --- a/build/Makefile.common +++ b/build/Makefile.common @@ -84,10 +84,9 @@ setup: @$(MKDIR) $(MKDIRFLAGS) $(DEBUGDIR) @$(MKDIR) $(MKDIRFLAGS) $(COVERAGEDIR) -export: release - @$(MKDIR) $(MKDIRFLAGS) $(TOP)/dist/lib - @$(CP) $(CPFLAGS) -r include $(EXPORT)/ - @${CP} ${CPFLAGS} $(COMPONENT).a ${EXPORT}/lib/ +export: + @$(MKDIR) $(MKDIRFLAGS) -p $(TOP)/dist + @$(MAKE) install PREFIX="$(TOP)/dist" install: release @$(MKDIR) $(MKDIRFLAGS) -p $(PREFIX)/lib/pkgconfig -- cgit v1.2.3