Skip to content

Commit

Permalink
Make .VER files depend on version.c
Browse files Browse the repository at this point in the history
  • Loading branch information
gwsw committed May 12, 1995
1 parent 6d9f0c7 commit 29e09ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,13 @@ REPLACE_VERSION = \
echo "Stuffing version number into $@"; \
sed -e "s/@@VERSION@@/$$REL/" $? >$@

README: README.VER
README: README.VER version.c
${REPLACE_VERSION}
NEWS: NEWS.VER
NEWS: NEWS.VER version.c
${REPLACE_VERSION}
less.nro: less.nro.VER
less.nro: less.nro.VER version.c
${REPLACE_VERSION}
lesskey.nro: lesskey.nro.VER
lesskey.nro: lesskey.nro.VER version.c
${REPLACE_VERSION}

less.man: less.nro
Expand Down

0 comments on commit 29e09ee

Please sign in to comment.