Browse Source

+ system unit depends on compproc.inc

git-svn-id: trunk@15683 -
florian 15 years ago
parent
commit
2d042aca6b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/inc/makefile.inc

+ 1 - 1
rtl/inc/makefile.inc

@@ -6,7 +6,7 @@
 
 
 SYSNAMES=systemh heaph mathh filerec textrec system real2str sstrings innr \
 SYSNAMES=systemh heaph mathh filerec textrec system real2str sstrings innr \
          file typefile text rtti heap astrings objpas objpash except int64 \
          file typefile text rtti heap astrings objpas objpash except int64 \
-         generic dynarr varianth variant wstrings
+         generic dynarr varianth variant wstrings compproc
 
 
 SYSINCNAMES=$(addsuffix .inc,$(SYSNAMES))
 SYSINCNAMES=$(addsuffix .inc,$(SYSNAMES))