summaryrefslogtreecommitdiff
blob: a35232f6e8c0513b80808149883d259bde7d4222 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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)
-	cd mosflm ; make
+all:	dpslibs cbflibs
+	+make -C mosflm
 
 ##########################################################################