remove config.h, add options to stagit.c

This commit is contained in:
Hiltjo Posthuma
2016-05-03 00:38:33 +02:00
parent aa36e0c9b4
commit 069f105725
3 changed files with 6 additions and 7 deletions

View File

@@ -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}