gnome-scan r594 - trunk



Author: bersace
Date: Sun May  4 13:34:35 2008
New Revision: 594
URL: http://svn.gnome.org/viewvc/gnome-scan?rev=594&view=rev

Log:
revert special variable name.


Modified:
   trunk/Makefile.am

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	(original)
+++ trunk/Makefile.am	Sun May  4 13:34:35 2008
@@ -33,7 +33,7 @@
 		./todo.py; \
 	fi
 
-C = `shell find $(SUBDIRS) -name "*.c"`
+C = $(shell find $(SUBDIRS) -name "*.c")
 po/POTFILES.in: $(C)
 	@echo "Updating $@";
 	@for f in $(C); do grep -q "_(" $$f && echo $$f; done | sort > $@



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]