From f47a7df23139266a53e494d4e79bb901f7c2f078 Mon Sep 17 00:00:00 2001 From: Johnathan Nightingale Date: Tue, 13 Jul 2010 19:52:44 -0400 Subject: [PATCH] Gerfried's makefile fixup --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5856f9f..cc359c4 100644 --- a/Makefile +++ b/Makefile @@ -15,5 +15,5 @@ beep : beep.c install : cp ${EXEC_NAME} ${INSTALL_DIR} - rm -f /usr/man/man1/beep.1.bz2 + # rm -f /usr/man/man1/beep.1.bz2 cp ${MAN_FILE} ${MAN_DIR} -- 2.39.2