aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-08-31 09:37:02 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-08-31 09:37:02 +0000
commitd1040bd39aca3f59724a038246b4c22765ee511c (patch)
tree91fae2624c606b9d3bf7c3544db378799412ae3f /gtk
parent503bf26e98fb5facaad9c179ef9e3ddf9f99435a (diff)
the commands for a rule in a amkefile must in classical makefiles start with a TAB not with spaces.
svn path=/trunk/; revision=19100
Diffstat (limited to 'gtk')
-rw-r--r--gtk/codecs/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/codecs/Makefile.am b/gtk/codecs/Makefile.am
index f24cb4b824..e91fbc7476 100644
--- a/gtk/codecs/Makefile.am
+++ b/gtk/codecs/Makefile.am
@@ -26,13 +26,13 @@ codecs.lib : $(CODEC_OBJECTS)
G711adecode.obj: G711a\G711adecode.c G711a\G711adecode.h G711a\G711atable.h
- $(CC) $(CFLAGS) -c /Zi /W1 /Od G711a\G711adecode.c -o $@
+ $(CC) $(CFLAGS) -c /Zi /W1 /Od G711a\G711adecode.c -o $@
G711udecode.obj: G711u\G711udecode.c G711u\G711udecode.h G711u\G711utable.h
- $(CC) $(CFLAGS) -c /Zi /W1 /Od G711u\G711udecode.c -o $@
+ $(CC) $(CFLAGS) -c /Zi /W1 /Od G711u\G711udecode.c -o $@
clean:
- rm -f $(CODEC_OBJECTS) codecs.lib *.pdb
+ rm -f $(CODEC_OBJECTS) codecs.lib *.pdb
distclean: clean