Fix the build with gmake-3.82 by add '/' in two targets.
Reported by: pointyhat-exp with gmake 3.82 (linimon) Tested with: ade's gmake 3.82 patch on devel/gmake only
This commit is contained in:
parent
71a70a6abc
commit
e24cf70b93
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=270749
@ -1,5 +1,5 @@
|
||||
--- Makefile.in.orig Mon Mar 15 15:51:08 2004
|
||||
+++ Makefile.in Mon Mar 15 15:51:59 2004
|
||||
--- Makefile.in.orig 2011-03-12 12:04:08.000000000 -0600
|
||||
+++ Makefile.in 2011-03-12 12:04:22.000000000 -0600
|
||||
@@ -15,6 +15,7 @@
|
||||
DLL_LIBS = @DLL_LIBS@
|
||||
|
||||
@ -46,3 +46,14 @@
|
||||
|
||||
$(TESTS): bin/%: lib/$(PALIB) Makefile $(PAINC) pa_tests/%.c
|
||||
$(CC) -o $@ $(CFLAGS) pa_tests/$*.c lib/$(PALIB) $(LIBS)
|
||||
@@ -89,8 +101,8 @@
|
||||
%.o: %.c Makefile $(PAINC)
|
||||
$(CC) -c $(CFLAGS) $< -o $@
|
||||
|
||||
-bin:
|
||||
+bin/:
|
||||
mkdir bin
|
||||
|
||||
-lib:
|
||||
+lib/:
|
||||
mkdir lib
|
||||
|
Loading…
Reference in New Issue
Block a user