diff options
author | Roland McGrath <roland@redhat.com> | 1994-04-25 23:37:12 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1994-04-25 23:37:12 +0000 |
commit | b12c639bb2f189ca70ea29c25e117704019041e7 (patch) | |
tree | e8515c41394b04a335b8cdd6b0486ee1b40488d7 /GNUmakefile | |
parent | dd841ded6f3060bac34d0fcd3bd93e33e3edb035 (diff) | |
download | gunmake-b12c639bb2f189ca70ea29c25e117704019041e7.tar.gz |
(ARCH==hp300): Disabled customs.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index d475181..eb56fa2 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -31,7 +31,7 @@ override srcdir := . override CC := $(CC) ifeq ($(ARCH),hp300) -customs=yes +#customs=yes endif ifdef customs override REMOTE := cstms |