File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -295,8 +295,8 @@ install: wii cube install-headers
295295 @mkdir -p $(DESTDIR)$(DEVKITPRO)/libogc2
296296 @cp -frv include $(DESTDIR)$(DEVKITPRO)/libogc2
297297 @cp -frv lib $(DESTDIR)$(DEVKITPRO)/libogc2
298- @cp -frv {libogc2,rtems} _license.txt $(DESTDIR)$(DEVKITPRO)/libogc2
299- @cp -frv {gamecube,wii} _rules $(DESTDIR)$(DEVKITPRO)/libogc2
298+ @cp -frv * _license.txt $(DESTDIR)$(DEVKITPRO)/libogc2
299+ @cp -frv * _rules $(DESTDIR)$(DEVKITPRO)/libogc2
300300
301301# ---------------------------------------------------------------------------------
302302uninstall :
@@ -309,7 +309,7 @@ dist: wii cube install-headers
309309 @tar --exclude=*CVS* --exclude=.svn --exclude=wii --exclude=cube --exclude=*deps* \
310310 --exclude=*.bz2 --exclude=*include* --exclude=*lib/* --exclude=*docs/*\
311311 -cvjf libogc2-src-$(VERSTRING).tar.bz2 *
312- @tar -cvjf libogc2-$(VERSTRING).tar.bz2 include lib {libogc2,rtems} _license.txt {gamecube,wii} _rules
312+ @tar -cvjf libogc2-$(VERSTRING).tar.bz2 include lib * _license.txt * _rules
313313
314314
315315LIBRARIES := $(OGCLIB ) .a $(MODLIB ) .a $(DBLIB ) .a $(TINYSMBLIB ) .a $(ASNDLIB ) .a $(AESNDLIB ) .a $(ISOLIB ) .a
You can’t perform that action at this time.
0 commit comments