From: Ian Jackson Date: Fri, 29 Nov 2013 20:37:52 +0000 (+0000) Subject: cprogs/usr-local-src-misc-Makefile: Remove ancient cruft file. X-Git-Tag: debian/4.3.0~8 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=fe881edd79c56d9ea47b40bb44bba6f8a7308f35;p=chiark-utils.git cprogs/usr-local-src-misc-Makefile: Remove ancient cruft file. --- diff --git a/cprogs/usr-local-src-misc-Makefile b/cprogs/usr-local-src-misc-Makefile deleted file mode 100644 index c2bfd7a..0000000 --- a/cprogs/usr-local-src-misc-Makefile +++ /dev/null @@ -1,22 +0,0 @@ -CFLAGS= -Wall -Wwrite-strings -Wmissing-prototypes -Wstrict-prototypes \ - -Wpointer-arith -O2 -g -DREALLY_CHECK_FILE='"/etc/inittab"' -LDFLAGS= - -TARGETS=really ucgi ucgitarget - -all: $(TARGETS) - -ucgi: ucgi.o ucgicommon.o - -ucgitarget: ucgitarget.o ucgicommon.o - -really: really.o myopt.o - -really-test: really Makefile - rm -f really-test - cp really really-test - really chown root.staff really-test - really chmod 4770 really-test - -really-check: really-test really.testcases - ./really.testcases diff --git a/debian/changelog b/debian/changelog index 925a3c7..2219cc9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,6 +26,7 @@ chiark-utils (4.3.0) unstable; urgency=medium * cprogs/Makefile: clean deletes $PROGRAMS * random-word: Some perl-mode emacs formatting glitch workarounds. * random-word: use strict; -w. + * cprogs/usr-local-src-misc-Makefile: Remove ancient cruft file. --