visitors: add patch.

This commit is contained in:
Enno Boland 2016-05-24 11:40:50 +02:00
parent a92364ac55
commit 6a8992ccf1

View file

@ -0,0 +1,11 @@
--- Makefile.orig 2016-05-24 11:36:01.042181370 +0200
+++ Makefile 2016-05-24 11:36:11.309180602 +0200
@@ -14,7 +14,7 @@ all: visitors
visitors.o: visitors.c blacklist.h
visitors: $(OBJ)
- $(CC) -o $(PRGNAME) $(CCOPT) $(DEBUG) $(OBJ)
+ $(CC) -o $(PRGNAME) $(CCOPT) $(DEBUG) $(OBJ) $(LDFLAGS)
.c.o:
$(CC) -c $(CCOPT) $(DEBUG) $(COMPILE_TIME) $<