diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-03-25 18:40:27 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-03-25 18:40:27 +0000 |
commit | ac6d6b10c7ff317c560b95e4569b9ce6af4e8602 (patch) | |
tree | 5d7f613227c07c898fdf9b58d88445a6eedfafd9 | |
parent | 21699f8a3d1526ad8972f4988b6131cb55b082d4 (diff) |
Formerly Makeconf.~31~
-rw-r--r-- | Makeconf | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -53,7 +53,7 @@ endef # Mounting $(hurdroot) ifeq ($(hurdroot),) $(hurdroot): force - echo Cannot do install on this machine. + @echo Cannot do install on this machine. false else $(hurdroot): $(hurdroot)/mounted @@ -65,9 +65,9 @@ endif # Making a snapshot -lndist: $(DIST_FILES) $(hurdsource)/hurd-snap/$(dir) +lndist: $(DIST_FILES) $(hurdsource)/hurd-snap/$(dir) FORCE ln $(DIST_FILES) $(hurdsource)/hurd-snap/$(dir) - + ifeq ($(dir),.) $(hurdsource)/hurd-snap/$(dir): else |