Remove DISTFILES, set in Rules.mk

This commit is contained in:
Laurent Vivier 2005-12-01 13:52:53 +00:00
parent 116c7694fb
commit 6808d944de

View File

@ -27,8 +27,6 @@ SOURCES = iso9660_mount.c iso9660_opendir.c \
HEADERS = libiso9660.h
DISTFILES = $(SOURCES) $(HEADERS)
all:
test -d $(TARGET) || mkdir $(TARGET)
$(MAKE) -C $(TARGET) -f $(TOP)/Makefile $(LIBRARY) TOP=$(TOP)