diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2003-01-23 20:28:13 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2003-01-23 20:28:13 +0000 |
commit | 984035c87f0bb7baf327c2a5ecd6c8d5fe07ce07 (patch) | |
tree | cbb48518da4649f11e30375c3591f6e66e2b8909 /src/Makefile.Linux | |
parent | 0e272ce237201f4d22978892d52a0d893f6c5723 (diff) |
Fixed paths and makefile locations
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@142 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/Makefile.Linux')
-rw-r--r-- | src/Makefile.Linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.Linux b/src/Makefile.Linux index 0b7a8b8c9..849a0ba61 100644 --- a/src/Makefile.Linux +++ b/src/Makefile.Linux @@ -16,5 +16,5 @@ CXXFLAGS = -I$../../include ${FLAGS} all: inspircd inspircd: $(OBJS) - $(CXX) -rdynamic $^ -o $@ $(LDLIBS) + $(CXX) -rdynamic $^ -o $@ $(LDLIBS) |