summaryrefslogtreecommitdiff
path: root/core/ubase
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2016-04-17 16:24:23 -0700
committerMichael Forney <mforney@mforney.org>2016-04-17 16:34:03 -0700
commit20002f8d8cee6c6d30c7aa7fbbbad79e4cb82664 (patch)
treee3ebb6a9075a4e9d88cad9dea014c860919d6203 /core/ubase
parente2be6f64fab1c78f1dac6edd4df52edff722e441 (diff)
Use phony targets for order-only dependencies
Diffstat (limited to 'core/ubase')
-rw-r--r--core/ubase/gen.rc4
1 files changed, 1 insertions, 3 deletions
diff --git a/core/ubase/gen.rc b/core/ubase/gen.rc
index 80c91fdd..493bfa8d 100644
--- a/core/ubase/gen.rc
+++ b/core/ubase/gen.rc
@@ -29,7 +29,7 @@ static_lib libutil.a\
fn myexe {
exe=$1
shift 1
- cc $exe.c '||' '$outdir/stamp'
+ cc $exe.c '||' '$outdir/config.h'
exe $exe '$outdir'/$exe.c.o '$outdir/libutil.a'
file bin/$exe '$outdir'/$exe 755
if(~ $#* 1) file share/man/man$1/$exe.$1 '$srcdir'/$exe.$1 644
@@ -86,5 +86,3 @@ myexe uptime 1
myexe vtallow 1
myexe watch 1
myexe who 1
-
-stamp config.h