diff options
Diffstat (limited to 'distrib/notes/Makefile')
-rw-r--r-- | distrib/notes/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distrib/notes/Makefile b/distrib/notes/Makefile index 87437387664..8e63b59a14f 100644 --- a/distrib/notes/Makefile +++ b/distrib/notes/Makefile @@ -17,7 +17,7 @@ $(TARG): $(DEP) cpp -I$(.CURDIR)/$M -DMACHINE=$M -Uunix -U$M -C -P $(SRC) > $@ clean cleandir: - /bin/rm INSTALL.* + -/bin/rm INSTALL.* beforeinstall: cp ${TARG} ${DESTDIR}/snapshot/ |