This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
jdk-build-libs
/
json-c
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
11
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Remove configure as part of maintainer-clean instead of distclean. Addresses issue
#48
.
json-c-0.10
Eric Haszlakiewicz
13 years ago
parent
b7cfd15705
commit
e1663d4dfa
1 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
Makefile.am
+ 4
- 1
Makefile.am
View File
@@ -42,5 +42,8 @@ libjson_la_SOURCES = \
distclean-local:
-rm -rf $(testsubdir)
-rm -rf config.h.in~ Makefile.in aclocal.m4 autom4te.cache/ config.guess config.sub configure depcomp install-sh ltmain.sh missing
-rm -rf config.h.in~ Makefile.in aclocal.m4 autom4te.cache/ config.guess config.sub depcomp install-sh ltmain.sh missing
maintainer-clean-local:
-rm -rf configure
Write
Preview
Loading…
Cancel
Save