Skip to content
This repository has been archived by the owner on Aug 18, 2022. It is now read-only.

Commit

Permalink
Merge with github (whoops)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmdm committed Jan 6, 2013
2 parents 67f3dff + d5de5db commit 6b25165
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ install-sh
libtool
ltmain.sh
missing
unruu
*.o
*.sw?
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ACLOCAL_AMFLAGS = -I m4
AM_CPPFLAGS = -D_FORTIFY_SOURCE=0 $(UNSHIELD_CFLAGS)
AM_CPPFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 $(UNSHIELD_CFLAGS)
AM_LDFLAGS = $(EXTRA_LDFLAGS) $(UNSHIELD_LDFLAGS)
bin_PROGRAMS = unruu
unruu_SOURCES = unruu.c
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Please note that it'll output the rom.zip file to your current directory.

Requirements (libunshield v0.7 or higher):

$ svn co https://synce.svn.sourceforge.net/svnroot/synce/trunk/unshield unshield
$ git clone https://github.com/twogood/unshield.git
$ cd unshield/
$ ./bootstrap
$ ./configure --prefix=/usr
Expand Down

0 comments on commit 6b25165

Please sign in to comment.