diff options
Diffstat (limited to 'devel/ecgi/files/patch-html2h::Makefile')
-rw-r--r-- | devel/ecgi/files/patch-html2h::Makefile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/devel/ecgi/files/patch-html2h::Makefile b/devel/ecgi/files/patch-html2h::Makefile deleted file mode 100644 index 7ec659184ed7..000000000000 --- a/devel/ecgi/files/patch-html2h::Makefile +++ /dev/null @@ -1,21 +0,0 @@ ---- html2h/Makefile Tue Feb 13 23:46:49 2001 -+++ html2h/Makefile Tue Feb 13 23:49:09 2001 -@@ -1,14 +1,14 @@ --CC = gcc -+CC?= gcc - INCS = -I../include/ -I. --FLAGS = -Wall -+CFLAGS += -Wall - - all: html2h - - html2h: html2h.c html2h.h -- $(CC) html2h.c -o html2h $(INCS) $(FLAGS) ../obj/memfile.o -+ $(CC) html2h.c -o html2h $(INCS) $(CFLAGS) ../obj/memfile.o - - install: all - cp html2h /usr/bin - - clean: -- rm -f html2h -+ rm -f html2h |