From 984035c87f0bb7baf327c2a5ecd6c8d5fe07ce07 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 23 Jan 2003 20:28:13 +0000 Subject: Fixed paths and makefile locations git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@142 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/Makefile.Linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.Linux') 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) -- cgit v1.2.3