Browse Source

-d test is useless as symlinks are dereferenced

tags/json-c-0.11-20130402
Alexander Klauer 12 years ago
parent
commit
b670f6f992
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      Makefile.am

+ 0
- 1
Makefile.am View File

@@ -65,7 +65,6 @@ maintainer-clean-local:

if ENABLE_OLDNAME_COMPAT
install-data-hook:
test \! -d "$(includedir)/json" || rmdir "$(includedir)/json"
test \! -e "$(includedir)/json" || rm "$(includedir)/json"
$(LN_S) json-c "$(includedir)/json"



Loading…
Cancel
Save