aboutsummaryrefslogtreecommitdiff
blob: 349940a309ba9ffb3fa245c4f5697f46cd587c9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- Makefile	2008-10-17 16:15:30.000000000 +0200
+++ Makefile.new	2009-02-20 21:52:34.000000000 +0100
@@ -22,7 +22,7 @@
 CBFLIBS = cbf/lib/libcbf.a
 JPGLIBS = jpg/libjpeg.a
 
-all:	$(DPSLIBS) $(CBFLIBS) $(JPGLIBS)
+all:	$(DPSLIBS) $(CBFLIBS)
 	cd mosflm ; make
 
 ##########################################################################