From 34f1644a51f319eae2ea35e3aa2f9a541d29df65 Mon Sep 17 00:00:00 2001 From: Robert Dickenson Date: Tue, 7 Jan 2003 18:14:30 +0000 Subject: [PATCH] Updated and removed temporarily regexpl due to C++ problems. svn path=/trunk/; revision=3958 --- rosapps/Makefile | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/rosapps/Makefile b/rosapps/Makefile index 40b2f79d674..4fbf37c9979 100644 --- a/rosapps/Makefile +++ b/rosapps/Makefile @@ -22,7 +22,6 @@ APPS = calc \ mc \ notevil \ sysutils \ - sysutils$(SEP)regexpl \ sysutils$(SEP)tlist \ net$(SEP)finger \ net$(SEP)ncftp \ @@ -33,9 +32,17 @@ APPS = calc \ welcome \ winfile +# Removed due to dependance on C++ compiler +# +# sysutils$(SEP)regexpl \ +# + all: $(APPS) .PHONY: all +implib: +.PHONY: implib + clean: $(APPS:%=%_clean) .PHONY: clean @@ -66,8 +73,8 @@ $(APPS:%=%_dist): %_dist: # Make an install floppy # -install: all - ./install.sh /mnt/hda1 +#install: all +# ./install.sh /mnt/hda1 make_floppy_dirs: ifeq ($(DOSCLI),yes)