diff Makefile @ 29:88a51653db83

removed binary from dist tarball; new debian package
author meillo@marmaro.de
date Fri, 22 Feb 2008 13:55:57 +0100
parents ed3eb4b497e5
children 0b82169d4129
line wrap: on
line diff
--- a/Makefile	Fri Feb 22 13:45:22 2008 +0100
+++ b/Makefile	Fri Feb 22 13:55:57 2008 +0100
@@ -37,7 +37,7 @@
 	@echo "LDFLAGS = ${LDFLAGS}"
 	@echo
 
-build: ${NAME}
+build: options ${NAME}
 
 ${NAME}: $(OBJ) ${DEP}
 	$(CC) $(LDFLAGS) $(OBJ) -o $@
@@ -53,10 +53,10 @@
 	@echo stripping ${NAME}
 	@strip ${NAME}
 
-dist: build changelog strip
+dist: build changelog
 	@echo "generating tarball"
 	@mkdir -p ${NV}
-	@cp -rf ${NAME} ${SRC} ${DEP} ${NAME}.1 Makefile ${DOCS} ${NV}
+	@cp -rf ${SRC} ${DEP} ${NAME}.1 Makefile ${DOCS} ${NV}
 	@tar -czhof ${NV}.tar.gz ${NV}
 	@rm -rf ${NV}