Skip to content

Commit

Permalink
don't hardcode location of 'install' command. as per ticket 2 https:/…
Browse files Browse the repository at this point in the history
  • Loading branch information
ross.bencina committed Mar 4, 2013
1 parent 98829fd commit f04c79c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ CDEBUG = -Wall -Wextra -g
CXXFLAGS = $(COPTS) $(INCLUDES) -D$(ENDIANESS)

PREFIX = /usr/local
INSTALL = /usr/bin/install -c
INSTALL = install -c

#Name definitions
UNITTESTS=OscUnitTests
Expand Down

0 comments on commit f04c79c

Please sign in to comment.