diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
commit | 2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 (patch) | |
tree | bf879bea7ef8517ba8c3d1286ef300401d3d484c /libgsm/libgsm-1.0.10 | |
parent | 101e2f1623def0a355d20aacb8bd93810703e834 (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 'libgsm/libgsm-1.0.10')
-rw-r--r-- | libgsm/libgsm-1.0.10/libgsm_patch | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/libgsm/libgsm-1.0.10/libgsm_patch b/libgsm/libgsm-1.0.10/libgsm_patch deleted file mode 100644 index 854f2fc8cc..0000000000 --- a/libgsm/libgsm-1.0.10/libgsm_patch +++ /dev/null @@ -1,34 +0,0 @@ ---- Makefile 1996-07-02 16:36:06.000000000 +0200 -+++ Makefile.new 2004-09-16 13:12:28.000000000 +0200 -@@ -80,7 +80,7 @@ - - GSM_INSTALL_ROOT = $(INSTALL_ROOT) - GSM_INSTALL_LIB = $(GSM_INSTALL_ROOT)/lib --GSM_INSTALL_INC = $(GSM_INSTALL_ROOT)/inc -+GSM_INSTALL_INC = $(GSM_INSTALL_ROOT)/include/gsm - GSM_INSTALL_MAN = $(GSM_INSTALL_ROOT)/man/man3 - - -@@ -131,6 +131,7 @@ - - CFLAGS = $(CCFLAGS) $(SASR) $(DEBUG) $(MULHACK) $(FAST) $(LTP_CUT) \ - $(WAV49) $(CCINC) -I$(INC) -+CFLAGS_append = -I $(INC) -c - ######### It's $(CC) $(CFLAGS) - - LFLAGS = $(LDFLAGS) $(LDINC) -@@ -274,12 +275,12 @@ - # Default rules - - .c.o: -- $(CC) $(CFLAGS) $? -+ $(CC) $(CFLAGS_append) $? - @-mv `$(BASENAME) $@` $@ > /dev/null 2>&1 - - # Target rules - --all: $(LIBGSM) $(TOAST) $(TCAT) $(UNTOAST) -+all: $(LIBGSM) - @-echo $(ROOT): Done. - - tst: $(TST)/lin2cod $(TST)/cod2lin $(TOAST) $(TST)/test-result |