Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
d3c448fd
Commit
d3c448fd
authored
Jul 22, 2003
by
Robert Ricci
Browse files
Fix a one-character bug that was keeping webdb from getting
installed.
parent
159f95ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/GNUmakefile.in
View file @
d3c448fd
...
...
@@ -70,7 +70,7 @@ BUIFILES += $(wildcard $(SRCDIR)/buildui/*.php)
BUIFILES += $(wildcard $(SRCDIR)/buildui/*.class)
WEBDBFILES = $(wildcard $(SRCDIR)/webdb/*.php3)
WEBDBFILES = $(wildcard $(SRCDIR)/webdb/*.php)
WEBDBFILES
+
= $(wildcard $(SRCDIR)/webdb/*.php)
# need to make it *.gz; with simply "*",
# we end up sucking over "CVS"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment