diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-05-02 20:47:41 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-05-02 20:47:41 +0000 |
commit | 1d3ae7b05e59ec9cdaabc8fb5c25bd79dad69d7d (patch) | |
tree | 44da2fcf4db955071b898168fb4398a51defb9d6 /mkbootfs | |
parent | ec29aa9cbb4c30f3bcb26bf3e3d439525bf55d64 (diff) |
Formerly Makefile.~7~
Diffstat (limited to 'mkbootfs')
-rw-r--r-- | mkbootfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkbootfs/Makefile b/mkbootfs/Makefile index 4b066d8f..77de2bf0 100644 --- a/mkbootfs/Makefile +++ b/mkbootfs/Makefile @@ -17,7 +17,7 @@ dir := mkbootfs include ../Makeconf -DIST_FILES = mkbootfs.c Makefile +DIST_FILES = mkbootfs.c Makefile ChangeLog all: mkbootfs mkbootfs: mkbootfs.c rsh $(mighost) cd `pwd` \; $(CC) mkbootfs.c -o mkbootfs |