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 | ab4404bad8837866988c57de0c18dfc039abcc05 (patch) | |
tree | c405b8664c65e4f803cceba803e2d60af2827cd4 | |
parent | 51f7ea47c64032b49e6435b0dd009ff74db669ef (diff) |
Formerly Makefile.~7~
-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 |