Changeset 3552
- Timestamp:
- 04/06/01 13:39:45 (12 years ago)
- Files:
-
- 1 modified
-
rat/trunk/Makefile.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
rat/trunk/Makefile.in
r3550 r3552 143 143 @${ECHO} "#/bin/sh" > $@ 144 144 @${ECHO} "# Generated automatically from RAT Makefile. Edit there." >>@ 145 @${ECHO} "exec ./rat-$(VERSION)" >> $@145 @${ECHO} "exec ./rat-$(VERSION)" '$$*' >> $@ 146 146 @chmod a+x rat 147 147
