fix merge conflicts
authorJan Pospíšil <honik@ntc.zcu.cz>
Tue, 16 Oct 2007 20:43:09 +0000 (20:43 +0000)
committerJan Pospíšil <honik@ntc.zcu.cz>
Tue, 16 Oct 2007 20:43:09 +0000 (20:43 +0000)
org.glite.lb.common/Makefile

index 44b1b07..5e4aecb 100644 (file)
@@ -221,14 +221,9 @@ install: doc
        fi
 
 clean:
-<<<<<<< Makefile
        rm -rvf *.o *.lo .libs lib* *.c *.h *.dox C/ CPP/ test_parse il_test parse.cpp events.tex status.tex
        rm -vf ${globalprefix} ${lbprefix}
        rm -rvf log.xml project/ rpmbuild/ RPMS/ tgz/
-=======
-       rm -rf *.o *.lo .libs lib* *.c test_parse il_test
-
->>>>>>> 1.57.2.3
 
 %.o: %.c
        ${COMPILE} ${CFLAGS} -c $<