]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/fixinc/fixinc.ptx
Makefile.in: Exterminate all references to assert.h.
[thirdparty/gcc.git] / gcc / fixinc / fixinc.ptx
index 700a725bd35df5a88a97176c9a89f921d1fad25f..b4f92689981ef7ca1ab943ce1c043d8d7ec5df52 100644 (file)
@@ -263,12 +263,4 @@ fi
 
 done
 
-if [ x${INSTALL_ASSERT_H} != x ]
-then
-  cd ${ORIG_DIR}
-  rm -f include/assert.h
-  cp ${srcdir}/assert.h include/assert.h || exit 1
-  chmod a+r include/assert.h
-fi
-
 exit 0