diff options
author | Michael I. Bushnell <mib@gnu.org> | 1991-01-25 15:47:58 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1991-01-25 15:47:58 +0000 |
commit | d0a0f7e1ec5245ff6db575f987ef16cad9a78958 (patch) | |
tree | a230385cf9a42fa19a5bd0dac2c821d00895bd6c | |
parent | 6e9fd75ac15c3c83756a1d94300331d3e29de8e6 (diff) |
Formerly Makefile.~4~
-rw-r--r-- | hurd/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/hurd/Makefile b/hurd/Makefile index 4864d4ab..84afec48 100644 --- a/hurd/Makefile +++ b/hurd/Makefile @@ -1,4 +1,4 @@ -test: - mig -I../ fs.defs - mig -I../ io.defs - mig -I../ fsys.defs +foo: + mig fs.defs + mig fsys.defs + mig io.defs |