Changed modules mechanism
authorceriel <none@none>
Wed, 10 Nov 1993 11:38:42 +0000 (11:38 +0000)
committerceriel <none@none>
Wed, 10 Nov 1993 11:38:42 +0000 (11:38 +0000)
modules/src/malloc/proto.make

index fc68e68..510a33d 100644 (file)
@@ -16,6 +16,7 @@ MALLOCSRC =   $(SRC_DIR)/READ_ME $(SRC_DIR)/size_type.h \
 all:           malloc.$(SUF)
 
 install:       all
+               -mkdir $(MOD_DIR)/lib
                cp malloc.$(SUF) $(MOD_DIR)/lib/malloc.$(SUF)
 
 cmp:           all