ChangeLog: 19990622-00:22

This commit is contained in:
Ryszard Glab
1999-06-21 23:26:47 +00:00
parent 7f2dafa894
commit 140710e6ea
3 changed files with 8 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
19990622-00:22 Ryszard Glab <rglab@imid.med.pl>
* config/prg.cf
* config/test.cf
* corrected to support creation of executables that don't contain
extension
19990621-19:00 CET Ad Franse
+ source/rdd/rdd.api
+ include/compat.h; include/super.h; include/compat.h

View File

@@ -8,8 +8,6 @@ PRG_EXES = $(PRG_SOURCES:.prg=$(EXE_EXT))
ALL_PRG_OBJS = $(PRG_OBJS)
$(PRG_EXES) : %$(EXE_EXT) : %$(OBJ_EXT)
$(PRG_OBJS) : %$(OBJ_EXT) : %.c
$(PRG_C_SOURCES) : %.c : $(GRANDP)%.prg

View File

@@ -5,7 +5,7 @@
include $(TOP)$(ROOT)config/global.cf
include $(TOP)$(ROOT)config/prg.cf
first : dirbase descend
first : dirbase ^^^d^e^s^c^e^n^d^^^
descend :
^^^d^e^s^c^e^n^d^^^ :
@$(MK) -C $(ARCH_DIR) -f $(GRANDP)Makefile 'TOP=$(GRANDP)' $(PRG_EXES)