summaryrefslogtreecommitdiff
path: root/linux-atm/linux-atm-2.4.1/qgen-cross
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-09 09:47:41 +0000
committerChris Larson <clarson@kergoth.com>2004-12-09 09:47:41 +0000
commit2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 (patch)
treebf879bea7ef8517ba8c3d1286ef300401d3d484c /linux-atm/linux-atm-2.4.1/qgen-cross
parent101e2f1623def0a355d20aacb8bd93810703e834 (diff)
Merge oe-devel@oe-devel.bkbits.net:openembedded
into hyperion.kergoth.com:/home/kergoth/code/openembedded 2004/12/09 03:39:39-06:00 kergoth.com!kergoth Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit. BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA
Diffstat (limited to 'linux-atm/linux-atm-2.4.1/qgen-cross')
-rw-r--r--linux-atm/linux-atm-2.4.1/qgen-cross28
1 files changed, 0 insertions, 28 deletions
diff --git a/linux-atm/linux-atm-2.4.1/qgen-cross b/linux-atm/linux-atm-2.4.1/qgen-cross
deleted file mode 100644
index f81ab8e843..0000000000
--- a/linux-atm/linux-atm-2.4.1/qgen-cross
+++ /dev/null
@@ -1,28 +0,0 @@
-fix qgen makefile so we can build q.out.o and q.dump.o seperatly to the tools that need to be compiled for build architecture
-
-#
-# Patch managed by http://www.holgerschurig.de/patcher.html
-#
-
---- linux-atm-2.4.1/src/qgen/Makefile.am~qgen-cross
-+++ linux-atm-2.4.1/src/qgen/Makefile.am
-@@ -1,4 +1,5 @@
- noinst_PROGRAMS = qgen q.dump # q40.out.o
-+noinst_LIBRARIES = libqdump.a
- check_PROGRAMS = q.test
-
- qgen_SOURCES = common.c common.h file.c file.h first.c ql_y.y ql_l.l qgen.c \
-@@ -7,10 +8,9 @@
-
- q_dump_SOURCES = common.c
- q_dump_LDADD = qd.dump.standalone.o
--# FIXME: paulsch: We don't really depend on qd.dump.o or q.out.o here, but this
--# trick will get it built with only a minor glitch in the dependency checking
--# for q.dump.
--q_dump_DEPENDENCIES = $(q_dump_LDADD) qd.dump.o q.out.o
-+q_dump_DEPENDENCIES = $(q_dump_LDADD)
-+libqdump_a_SOURCES =
-+libqdump_a_DEPENDENCIES = qd.dump.o q.out.o
- EXTRA_q_dump_SOURCES = op.h uni.h qlib.c qlib.h
-
- q_test_SOURCES = qtest.c uni.h