Try to create $(OUT) instead of just bailing out if it is missing.

This commit is contained in:
Petter Reinholdtsen 2004-06-24 09:41:22 +00:00
parent 9abd411bd1
commit 8df4cb3349
2 changed files with 4 additions and 1 deletions

View File

@ -175,7 +175,9 @@ endif
## INITIALIZATION ##
# Creation of the directories needed
init: ok $(TDIR) $(BDIR) $(SDIR) $(ADIR)
init: ok $(OUT) $(TDIR) $(BDIR) $(SDIR) $(ADIR)
$(OUT):
$(Q)mkdir -p $(OUT)
$(TDIR):
$(Q)mkdir -p $(TDIR)
$(BDIR):

1
debian/changelog vendored
View File

@ -53,6 +53,7 @@ debian-cd (2.2.18) UNRELEASED; urgency=low
kernel-pcmcia-modules-2.4.22-xfs-686-smp,
kernel-source-2.2.20, timidity-patches, tcl8.2 and tk8.2.
- Update list2cds to allow #-comments in the exclude file.
- Try to create $(OUT) instead of just bailing out if it is missing.
* Stephen R. Marenka
- Update m68k support for sarge.
- Fix m68k/amiga icons.