| # | Line 198 | Line 198 | nwsdev.h: nwsdev.cps newsconstants.h | |
|---|---|---|
| 198 | # Version module: | |
| 199 | # | |
| 200 | ||
| 201 | < | Version.c: VERSION $(RSRC) $(HEADERS) verscript.ed |
| 202 | < | cp VERSION Version.c |
| 203 | < | ls -lLt $(RSRC) $(HEADERS) >> Version.c |
| 201 | > | Version.c: VERSION $(RSRC) $(HEADERS) |
| 202 | > | ( cat VERSION ; date ; whoami ; hostname ) > Version.c |
| 203 | ed - Version.c < verscript.ed | |
| 204 | ||
| 205 | # | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |