diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-22 20:14:47 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-22 20:14:47 +0000 |
commit | 77a9034488396750145d795c3e126085e9c1c35d (patch) | |
tree | 675131fd39ae1a2ea21d9e3eaed556efa16bdac5 /include | |
parent | 7ebd895d74d2214acd190bc4320d70a10af95041 (diff) | |
download | ATCD-77a9034488396750145d795c3e126085e9c1c35d.tar.gz |
$(MUNCHED) instead of $(MUNCH)
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/platform_vxworks5.x_g++.GNU | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/platform_vxworks5.x_g++.GNU b/include/makeinclude/platform_vxworks5.x_g++.GNU index 1c4e6ae4563..e396ba8d81e 100644 --- a/include/makeinclude/platform_vxworks5.x_g++.GNU +++ b/include/makeinclude/platform_vxworks5.x_g++.GNU @@ -66,7 +66,7 @@ PIC = AR = ar$(TOOLENV) ARFLAGS = rv RANLIB = /bin/true -PRELINK = nm$(TOOLENV) .obj/$@.o $(MUNCH) $(ACE_ROOT)/ace/libACE.a | munch | egrep -v '\.cpp' > __ctordtor.c; $(COMPILE.c) -traditional -o .obj/__ctordtor.o __ctordtor.c; /bin/rm __ctordtor.c; +PRELINK = nm$(TOOLENV) .obj/$@.o $(MUNCHED) $(ACE_ROOT)/ace/libACE.a | munch | egrep -v '\.cpp' > __ctordtor.c; $(COMPILE.c) -traditional -o .obj/__ctordtor.o __ctordtor.c; /bin/rm __ctordtor.c; #### ld can't handle INCLDIRS, so override LINK definitions. LINK.c = override |