diff options
author | gildea <empty> | 1994-04-04 21:48:49 +0000 |
---|---|---|
committer | gildea <empty> | 1994-04-04 21:48:49 +0000 |
commit | d632b511b2eb607d5e37bd96f363fd850dbf4258 (patch) | |
tree | 2c49a353c80c55594cc98f5c5135c87090e238de /xc/util | |
parent | 68e91b53ce212cba8cb71e6cbeb4bf0b97c75699 (diff) |
remove INSTALLFLAGS = $(INSTINCFLAGS)
Diffstat (limited to 'xc/util')
-rw-r--r-- | xc/util/memleak/Imakefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/xc/util/memleak/Imakefile b/xc/util/memleak/Imakefile index 3827bf938..f481ae0f3 100644 --- a/xc/util/memleak/Imakefile +++ b/xc/util/memleak/Imakefile @@ -1,12 +1,10 @@ -XCOMM $XConsortium: Imakefile,v 1.6 93/09/04 18:07:45 rws Exp $ +XCOMM $XConsortium: Imakefile,v 1.7 93/12/03 09:28:46 kaleb Exp $ #define DoNormalLib YES #define DoSharedLib NO #define DoDebugLib NO #define DoProfileLib NO #include <Library.tmpl> - INSTALLFLAGS = $(INSTINCFLAGS) - #ifdef MipsArchitecture #define TopOfStack 0x7fffbbb0 #define BottomOfData 0x10000000 |