diff options
| author | Scott Moynes <smoynes@nexus.carleton.ca> | 2002-04-13 21:26:00 +0000 |
|---|---|---|
| committer | Scott Moynes <smoynes@nexus.carleton.ca> | 2002-04-13 21:26:00 +0000 |
| commit | b7fa41a30b2e3271c4489a780c24ea82597ea18d (patch) | |
| tree | f62b45cc298b8b75f8c9f3b10dfde1d22832c51f /util/Makefile.in | |
| parent | a619b3d1c80b24ac54910ba3b27e71fa1ffd0de2 (diff) | |
Fixed a bug in the bsetroot build that caused really strange behaviour
Diffstat (limited to 'util/Makefile.in')
| -rw-r--r-- | util/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/Makefile.in b/util/Makefile.in index aefa5e99..27dc6bd8 100644 --- a/util/Makefile.in +++ b/util/Makefile.in @@ -77,7 +77,7 @@ VERSION = @VERSION@ gencat_cmd = @gencat_cmd@ regex_cmd = @regex_cmd@ -CPPFLAGS = @CPPFLAGS@ @DEBUG@ @NLS@ @TIMEDCACHE@ @NEWWMSPEC@ @INTERLACE@ @ORDEREDPSEUDO@ +CPPFLAGS = @CPPFLAGS@ @DEBUG@ @NLS@ @TIMEDCACHE@ @NEWWMSPEC@ @INTERLACE@ @ORDEREDPSEUDO@ @CLOBBER@ bin_SCRIPTS = bsetbg |
