diff options
Diffstat (limited to 'cppe/src')
-rw-r--r-- | cppe/src/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cppe/src/Makefile b/cppe/src/Makefile index 6e41f659626..5975862445e 100644 --- a/cppe/src/Makefile +++ b/cppe/src/Makefile @@ -11,8 +11,7 @@ top_srcdir = .. include $(top_srcdir)/config/Make.rules -SUBDIRS = IceUtil \ - Ice +SUBDIRS = Ice $(EVERYTHING):: @for subdir in $(SUBDIRS); \ |