Workaround for .cpp file.

This commit is contained in:
johns 2000-08-13 16:03:39 +00:00
parent 7e292b36e4
commit 0d30c64cec

View file

@ -22,4 +22,7 @@ include $(TOPDIR)/Rules.make
MODULE = beos
OBJS = beos.$(OE)
distlist::
@echo src/$(MODULE)/beos.cpp >>$(DISTLIST)
include $(TOPDIR)/Common.mk