From 069f105725677ce2784d3d0def156c3115c9e330 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Tue, 3 May 2016 00:38:33 +0200 Subject: remove config.h, add options to stagit.c --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index eb6e9e8..872f521 100644 --- 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} -- cgit v1.2.3