freebsd-ports/shells/esh/files/patch-Makefile

12 lines
272 B
Text
Raw Normal View History

2014-08-16 18:45:37 +02:00
--- Makefile.orig 2014-08-16 12:44:43.000000000 -0400
+++ Makefile 2014-08-16 12:44:58.000000000 -0400
@@ -27,7 +27,7 @@
VERS=0.8.5
all: $(OBJS)
- $(CC) $(OBJS) $(LIB) -o esh
+ $(CC) $(OBJS) $(LIB) -o esh ${LDFLAGS}
backup:
cp -f Makefile *.[ch] /home/backup/esh