mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
12 lines
355 B
Plaintext
12 lines
355 B
Plaintext
|
--- tools/sources/Makefile.orig Sat Dec 4 12:53:02 1999
|
||
|
+++ tools/sources/Makefile Sat Dec 4 12:53:17 1999
|
||
|
@@ -110,7 +110,7 @@
|
||
|
tools: $(TOOLS_PRG) $(KRTOOLS_PRG) $(BATCH_PRG)
|
||
|
|
||
|
$(TOOLSBINDIR):
|
||
|
- -mkdir $(TOOLSBINDIR)
|
||
|
+ -mkdir -p $(TOOLSBINDIR)
|
||
|
|
||
|
install: tools $(TOOLSBINDIR)
|
||
|
for tooltarget in $(TOOLS_PRG) $(KRTOOLS_PRG) $(BATCH_PRG) ; do \
|