diff packages/services/memalloc/common/current/cdl/memalloc.cdl @ 156:b939e9cada46

Merge from eCos master repository on 2001-03-29-21:44:39-BST
author jlarmour
date Fri, 06 Apr 2001 17:20:13 +0000
parents 450e4e1f1e80
children 0d2b193a635f
line wrap: on
line diff
--- a/packages/services/memalloc/common/current/cdl/memalloc.cdl
+++ b/packages/services/memalloc/common/current/cdl/memalloc.cdl
@@ -217,7 +217,7 @@ cdl_package CYGPKG_MEMALLOC {
 
         make -priority 50 {
             heapgeninc.tcl : <PACKAGE>/src/heapgen.cpp
-            $(CC) $(CFLAGS) $(INCLUDE_PATH) -Wp,-MD,heapgen.tmp -E $< > $@
+            $(CC) $(CFLAGS) $(INCLUDE_PATH) -Wp,-MD,heapgen.tmp -E $< -o $@
             @echo $@ ':' $< '\' > $(notdir $@).deps
             @tail +2 heapgen.tmp >> $(notdir $@).deps
             @echo >> $(notdir $@).deps