diff options
Diffstat (limited to 'mkbootfs/Makefile')
-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 |