diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-04-07 18:41:57 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-04-07 18:41:57 +0000 |
commit | 30da4357f58c1115904cbf79037aa930178fc416 (patch) | |
tree | e48a23154d471766639fedc430f57e653e40e85b | |
parent | f4fc5fcda4fc24a31aef39ab8de44c441d41d342 (diff) |
Formerly Makefile.~5~
-rw-r--r-- | mkbootfs/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mkbootfs/Makefile b/mkbootfs/Makefile index ba6ab062..cd969010 100644 --- a/mkbootfs/Makefile +++ b/mkbootfs/Makefile @@ -24,3 +24,8 @@ mkbootfs: mkbootfs.c clean: rm -f mkbootfs *.o + +# Relink should do nothing here because this program does not use +# the Hurd libraries. +relink: + |