]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - zlib/contrib/untgz/Makefile
Imported gcc-4.4.3
[msp430-gcc.git] / zlib / contrib / untgz / Makefile
index 409b4bdeaaed5138107455824cca2f8471cc6d5e..b54266fba20a167a1d83b7afd503dfd2f849ca57 100644 (file)
@@ -1,14 +1,14 @@
 CC=cc
 CFLAGS=-g
 
-untgz: untgz.o  ../../libz.a
-       $(CC) $(CFLAGS) -o untgz  untgz.o -L../.. -lz
+untgz: untgz.o ../../libz.a
+       $(CC) $(CFLAGS) -o untgz untgz.o -L../.. -lz
 
 untgz.o: untgz.c ../../zlib.h
        $(CC) $(CFLAGS) -c -I../.. untgz.c
 
 ../../libz.a:
-       cd ../..; make
+       cd ../..; ./configure; make
 
 clean:
        rm -f untgz untgz.o *~