]> git.armaanb.net Git - stagit.git/blobdiff - Makefile
remove config.h, add options to stagit.c
[stagit.git] / Makefile
index eb6e9e8d0b87fa0fdac9343100331c1be9085621..872f5210596a91bcdc395e971a3b524f697f6e46 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -49,11 +49,7 @@ dist:
                gzip -c > ${NAME}-${VERSION}.tar.gz
        rm -rf ${NAME}-${VERSION}
 
-${OBJ}: config.h config.mk ${HDR}
-
-config.h:
-       @echo creating $@ from config.def.h
-       @cp config.def.h $@
+${OBJ}: config.mk ${HDR}
 
 stagit: stagit.o ${COMPATOBJ}
        ${CC} -o $@ stagit.o ${COMPATOBJ} ${LDFLAGS}