cleanup libjpeg condiguration mess
authorClaus Gittinger <cg@exept.de>
Tue, 07 May 2013 21:54:26 +0200
changeset 3156 8288ee79b0e6
parent 3155 9667cf0a1942
child 3157 79d594623482
cleanup libjpeg condiguration mess
Make.proto
--- a/Make.proto	Tue May 07 14:21:02 2013 +0200
+++ b/Make.proto	Tue May 07 21:54:26 2013 +0200
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libview2/Make.proto,v 1.147 2013-05-07 12:20:20 cg Exp $
+# $Header: /cvs/stx/stx/libview2/Make.proto,v 1.148 2013-05-07 19:54:26 cg Exp $
 #
 # DO NOT EDIT
 # automagically generated from the projectDefinition: stx_libview2.
@@ -94,12 +94,9 @@
 	    echo; \
 	fi
 
-$(LIBJPEG_DIR)/libjpeg.a: $(LIBJPEG_MAKE_LIB)
-	cp $(LIBJPEG_MAKE_LIB)/.libs/libjpeg.a $(LIBJPEG)
-
 #the following is needed for linux; LIBJPEG_MAKE_LIB is expanded to: $(LIBJPEG_DIR)/.libs/libjpeg.a
 #do not replace taget below by LIBJPEG_MAKE_LIB, because it may be empty for other systems (osx)
-$(LIBJPEG_DIR)/.libs/libjpeg.a: $(LIBJPEG_DIR)/Makefile $(LIBJPEG_DIR)/*.c $(LIBJPEG_DIR)/*.h
+$(LIBJPEG): $(LIBJPEG_DIR)/Makefile $(LIBJPEG_DIR)/*.c $(LIBJPEG_DIR)/*.h
 	@-echo
 	@-echo "making libjpeg support library ..."
 	@-echo