regen patch
This commit is contained in:
parent
3c251b754a
commit
a0e71054e4
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-Makefile,v 1.1.1.1 2016/04/26 13:53:10 juanfra Exp $
|
||||
--- Makefile.orig Fri Mar 25 10:20:24 2016
|
||||
+++ Makefile Sat Apr 23 13:11:03 2016
|
||||
$OpenBSD: patch-Makefile,v 1.2 2016/05/09 17:03:17 jca Exp $
|
||||
--- Makefile.orig Sat May 7 15:07:28 2016
|
||||
+++ Makefile Mon May 9 19:02:22 2016
|
||||
@@ -26,7 +26,7 @@ COMPATOBJ = \
|
||||
strlcat.o\
|
||||
strlcpy.o
|
||||
@ -10,9 +10,9 @@ $OpenBSD: patch-Makefile,v 1.1.1.1 2016/04/26 13:53:10 juanfra Exp $
|
||||
|
||||
all: $(BIN)
|
||||
|
||||
@@ -55,11 +55,11 @@ config.h:
|
||||
@echo creating $@ from config.def.h
|
||||
@cp config.def.h $@
|
||||
@@ -51,11 +51,11 @@ dist:
|
||||
|
||||
${OBJ}: config.mk ${HDR}
|
||||
|
||||
-stagit: stagit.o ${COMPATOBJ}
|
||||
- ${CC} -o $@ stagit.o ${COMPATOBJ} ${LDFLAGS}
|
||||
@ -25,4 +25,4 @@ $OpenBSD: patch-Makefile,v 1.1.1.1 2016/04/26 13:53:10 juanfra Exp $
|
||||
+ ${CC} -o $@ stagit-index.o ${LDFLAGS}
|
||||
|
||||
clean:
|
||||
rm -f ${BIN} ${OBJ}
|
||||
rm -f ${BIN} ${OBJ} ${NAME}-${VERSION}.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user