summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/leon/leon_open_eth/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/sparc/leon/leon_open_eth/Makefile.am')
-rw-r--r--c/src/lib/libbsp/sparc/leon/leon_open_eth/Makefile.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/c/src/lib/libbsp/sparc/leon/leon_open_eth/Makefile.am b/c/src/lib/libbsp/sparc/leon/leon_open_eth/Makefile.am
index 48f1edcdba..4e13ab0c17 100644
--- a/c/src/lib/libbsp/sparc/leon/leon_open_eth/Makefile.am
+++ b/c/src/lib/libbsp/sparc/leon/leon_open_eth/Makefile.am
@@ -2,7 +2,6 @@
## Makefile.am,v 1.5 2002/12/14 08:17:45 ralf Exp
##
-
PGM = $(ARCH)/leon_open_eth.rel
C_FILES = leon_open_eth.c
@@ -10,8 +9,8 @@ C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
OBJS = $(C_O_FILES)
-include $(top_srcdir)/../../../../../../automake/compile.am
-include $(top_srcdir)/../../../../../../automake/lib.am
+include $(top_srcdir)/../../../../automake/compile.am
+include $(top_srcdir)/../../../../automake/lib.am
#
# (OPTIONAL) Add local stuff here using +=
@@ -32,4 +31,4 @@ endif
EXTRA_DIST = leon_open_eth.c
-include $(top_srcdir)/../../../../../../automake/local.am
+include $(top_srcdir)/../../../../automake/local.am