From: hadaq Date: Mon, 10 Oct 2011 20:03:58 +0000 (+0000) Subject: update symlink pexor X-Git-Tag: v6.0~133 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=5f42c04924636ea532a46dd523a00ffcaddc7955;p=trbnettools.git update symlink pexor --- diff --git a/libtrbnet/Makefile b/libtrbnet/Makefile index f7de9e5..bcbab23 100644 --- a/libtrbnet/Makefile +++ b/libtrbnet/Makefile @@ -1,5 +1,4 @@ # ------------ Compiler / Linker Options ------------------------------- - ifdef AXIS_TOP_DIR AXIS_USABLE_LIBS = UCLIBC GLIBC include $(AXIS_TOP_DIR)/tools/build/Rules.axis @@ -83,6 +82,7 @@ clean: .PHONY: distclean distclean: clean rm -f $(TARGETS) $(LIB_TARGETS) + find . -type l -exec rm {} \; rcsclean -u .PHONY: depend @@ -91,9 +91,16 @@ depend: # ------------ Dependencies -------------------------------------------- -trberror.o: trberror.c trberror.h +ifndef AXIS_TOP_DIR +pexor_user.h: + ln -s ../pexor/kernel-module/pexor_user.h trbnet.o: trbnet.c trberror.h trbnet.h pexor_user.h +else +trbnet.o: trbnet.c trberror.h trbnet.h +endif + +trberror.o: trberror.c trberror.h libtrbnet.a: trberror.o trbnet.o @@ -107,3 +114,4 @@ trbdhcp.o: trbdhcp.c trbnet.h trberror.h trbflash: trbflash.o libtrbnet.a trbflash.o: trbflash.c +