mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-12-24 20:45:05 +00:00
Fix/improve make distcheck
This commit is contained in:
@@ -84,10 +84,11 @@ SAMPLES = \
|
||||
wlan \
|
||||
exceptions
|
||||
|
||||
all:
|
||||
# FIXME: This workaround is actually needed to get the stage1 installation
|
||||
# without samples working. Once a better way to do header installation for
|
||||
# newlib is figured out, this can be rewritten.
|
||||
|
||||
dist-hook:
|
||||
rm -rf `find $(distdir) -name .svn -o -name CVS`
|
||||
all:
|
||||
|
||||
# Install all of the samples. Rename any files that end in a .sample extension.
|
||||
SAMPLES_INSTALL = $(INSTALL_DATA)
|
||||
|
||||
Reference in New Issue
Block a user