42 lines
1.2 KiB
Text
42 lines
1.2 KiB
Text
$NetBSD: patch-Makefile,v 1.1 2013/05/23 14:57:32 joerg Exp $
|
|
|
|
--- Makefile.orig 1999-11-09 07:23:46.000000000 +0000
|
|
+++ Makefile
|
|
@@ -24,6 +24,14 @@ auto-str.o: \
|
|
compile auto-str.c substdio.h readwrite.h exit.h
|
|
./compile auto-str.c
|
|
|
|
+auto_destdir.c: \
|
|
+auto-str conf-destdir
|
|
+ ./auto-str auto_home `head -1 conf-destdir` > auto_destdir.c
|
|
+
|
|
+auto_destdir.o: \
|
|
+compile auto_destdir.c
|
|
+ ./compile auto_destdir.c
|
|
+
|
|
auto_home.c: \
|
|
auto-str conf-home
|
|
./auto-str auto_home `head -1 conf-home` > auto_home.c
|
|
@@ -257,9 +265,9 @@ gen_alloc.h tai.h uint64.h
|
|
./compile httpdate.c
|
|
|
|
install: \
|
|
-load install.o hier.o auto_home.o strerr.a substdio.a open.a error.a \
|
|
+load install.o hier.o auto_destdir.o strerr.a substdio.a open.a error.a \
|
|
str.a
|
|
- ./load install hier.o auto_home.o strerr.a substdio.a \
|
|
+ ./load install hier.o auto_destdir.o strerr.a substdio.a \
|
|
open.a error.a str.a
|
|
|
|
install.o: \
|
|
@@ -268,8 +276,8 @@ exit.h
|
|
./compile install.c
|
|
|
|
instcheck: \
|
|
-load instcheck.o hier.o auto_home.o strerr.a substdio.a error.a str.a
|
|
- ./load instcheck hier.o auto_home.o strerr.a substdio.a \
|
|
+load instcheck.o hier.o auto_destdir.o strerr.a substdio.a error.a str.a
|
|
+ ./load instcheck hier.o auto_destdir.o strerr.a substdio.a \
|
|
error.a str.a
|
|
|
|
instcheck.o: \
|