summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gui-wizard-gtk/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui-wizard-gtk/Makefile.am b/src/gui-wizard-gtk/Makefile.am
index 1b57d753..ac1cd9b9 100644
--- a/src/gui-wizard-gtk/Makefile.am
+++ b/src/gui-wizard-gtk/Makefile.am
@@ -43,7 +43,7 @@ bug_reporting_wizard_LDADD = \
# For internal glade file storage in the binary:
wizard.c: wizard_glade.c
-wizard_glade.c:
+wizard_glade.c: wizard.glade
{ \
echo '#define WIZARD_GLADE_CONTENTS "\'; \
cat $(srcdir)/wizard.glade | sed -e 's/"/\\"/g' -e 's/?/\\?/g' -e 's/$$/\\/g'; \